projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13eb72d
)
(set-variable): Load deps of custom variables without type.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:25:20 +0000
(19:25 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:25:20 +0000
(19:25 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index f93b819e351ccd4258bb2e2e74be3ff86f596858..9ed9e2e84d7c0f9d6b051e85f95d471406d9b240 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3690,6
+3690,9
@@
With a prefix argument, set VARIABLE to VALUE buffer-locally."
'set-variable-value-history)))))
(list var val current-prefix-arg)))
+ (and (custom-variable-p var)
+ (not (get var 'custom-type))
+ (custom-load-symbol var))
(let ((type (get var 'custom-type)))
(when type
;; Match with custom type.